The credit card gateway feature allows you to set up connectivity with multiple payment processing networks that verify and approve transactions (by routing the information to the consumer's bank for approval) over a Transport Layer Security (TLS) 1.2 connection. The system can be set up for all major credit cards.
To use the multiple credit card gateway functionality, the system administrator needs to add the credit card gateway entries into your system's web.config files (iWeb and eWeb), and add the gateway name using this process.
Credit card gateways are selected when you set up payment methods.
Note: A credit card gateway is used only when you have multiple PayFlow Pro internet merchant accounts. If you do not have multiple accounts, then do not add a credit card gateway.
Important! If you are not familiar with the gateway protocol and editing web.config files, you should not perform these tasks. Please contact your Abila implementation representative for assistance.
To set up a credit card gateway, complete the following steps:
Use the following steps to edit the web.config files to add a gateway.
Example: <?xmlversion="1.0"encoding="utf-8"?><configuration><configSections><sectionGroupname="ECommerceSettings"><sectionname="PayFlowPro_Main"type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/><sectionname="PayFlowPro_Foundation"type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
Example: <ECommerceSettings><PayFlowPro_Mainpartner="VeriSign"vendor="ABC"username="ABCUser"password="adfasdfasdf"url="pilot-payflowpro.paypal.com"progid="PayPal.Payments.Communication.PayflowNETAPI"/><PayFlowPro_Foundationpartner="VeriSign"vendor="ABCFoundation"username="ABCFoundationUser"password="adsadfsadfsd"url="pilot-payflowpro.paypal.com"progid="PayPal.Payments.Communication.PayflowNETAPI"/>